home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kids' Bible Fun Pack
/
Kids' CD-ROM Bible Fun Pack (1997)(Education Publishing Concepts)[Mac-PC].iso
/
mac
/
GAMES
/
MAZE
/
SHARED.CST
/
00003_Script_quit rollover
< prev
next >
Wrap
Text File
|
1996-08-27
|
736b
|
30 lines
on exitFrame
if rollover (47) then
puppetsprite (47), true
set the castnum of sprite (47) to 635
updateStage
repeat while rollover(47)
if the mouseDown then
quit
exit repeat
puppetsprite 47, false
end if
end repeat
set the castnum of sprite 47 to 633
puppetsprite 47, false
end if
if rollover (48) then
puppetsprite (48), true
set the castnum of sprite (48) to 636
updateStage
repeat while rollover(48)
if the mouseDown then
go to the frame + 3
exit repeat
puppetsprite 48, false
end if
end repeat
set the castnum of sprite 48 to 634
puppetsprite 48, false
end if
end